* sun-mouse.el (suspend-emacstool): Run suspend-hook, not
authorJim Blandy <jimb@redhat.com>
Mon, 3 May 1993 04:05:33 +0000 (04:05 +0000)
committerJim Blandy <jimb@redhat.com>
Mon, 3 May 1993 04:05:33 +0000 (04:05 +0000)
suspend-hooks.

lisp/term/sun-mouse.el

index bca3339c264b18d91850fc6656e2080df121e597..0ac9e46f4ea8cb4b1614e2a0fcce9ce43d7252a1 100644 (file)
@@ -665,7 +665,7 @@ If running under as a detached process emacstool,
 you don't want to suspend  (there is no way to resume), 
 just close the window, and wait for reopening."
   (interactive)
-  (run-hooks 'suspend-hooks)
+  (run-hooks 'suspend-hook)
   (if stuffstring (send-string-to-terminal stuffstring))
   (send-string-to-terminal "\033[2t")  ; To close EmacsTool window.
   (run-hooks 'suspend-resume-hook))